home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 16 / AMIGAplus Sonderheft 16 (1998)(ICP)(DE)[!].iso / pd / anwendungen / rtgmaster_dev / includes / sasc / proto / rtgextra.h next >
C/C++ Source or Header  |  1997-09-22  |  280b  |  20 lines

  1. /*
  2. **     $VER: rtgmaster.h 1.000 (27 Jan 1996)
  3. */
  4.  
  5. #ifndef PROTO_RTGMASTER_H
  6. #define PROTO_RTGMASTER_H
  7.  
  8. #ifndef RTGMASTER_H
  9. #include <rtgmaster/rtgmaster.h>
  10. #endif
  11.  
  12. #ifndef RTGSUBLIBS_H
  13. #include <rtgmaster/rtgsublibs.h>
  14. #endif
  15.  
  16. extern struct RTGExtraBase *RTGExtraBase;
  17.  
  18. #endif
  19.  
  20.